home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / J_AUTHOR / OJW103 / CHANGES.TXT next >
Encoding:
Text File  |  1996-09-16  |  2.0 KB  |  70 lines

  1. Changes in 1.0.3
  2. ================
  3.  
  4. General:
  5. --------
  6.  
  7. In OS/2, the registration information is now saved and remembered.
  8.  
  9. If you change a class' library status, OEW asks you to change the module's
  10. library state and vice versa.
  11.  
  12. Support for read-only objectbases has been added. A read-only objectbase can
  13. now be opened and changed, but it can only be saved using a different filename.
  14.  
  15. It is now possible to arrange the order of the slots in a class using drag&drop 
  16. directly in the inheritance window and class window if the sortorder "unsorted" 
  17. is selected.
  18. Note: A Slot cannot be dragged to the bottom of the slotlist. In order to achieve
  19. this move the other slot above the appropriate slot.
  20.  
  21.  
  22. Editor
  23. ------
  24.  
  25. The editor has been bug fixed. Drag&drop is no longer supported.
  26. Macrorecording and bookmarks have been added. The new keyboard
  27. layout is:
  28.  
  29. CTRL-F2         toggle bookmark
  30. CTRL-up         scroll up line
  31. CTRL-down       scroll down line
  32. CTRL-B          find matching pair
  33. CTRL-K +        increment number
  34. CTRL-K -        decrement number
  35. ALT F3          Search
  36. F2              goto next bookmark
  37. Shift-F2        goto previous bookmark
  38. CTRL-Shift-R    start/stop macro recording
  39. CTRL-Shift-P    play macro
  40.  
  41.  
  42. Parser:
  43. -------
  44.  
  45. Sometimes OEW lost the comments for a relationship when the file was imported.
  46.  
  47. OEW lost information about modifiers and templates when a source file
  48. was imported with a @@Comment metacommand. This has been fixed.
  49.  
  50.  
  51. Printing:
  52. ---------
  53.  
  54. OEW sometimes crashed or hung when you tried to print the documentation.
  55.  
  56. When printing the relationship model, OEW uses thinner but distinguishable pens
  57. to draw different relationship types
  58.  
  59. When generating tables for superclasses and subclasses, OEW prints all classes, 
  60. not only the selected classes.
  61.  
  62. The single pages of a graph printout are now printed overlapping so that letters
  63. are not clipped.
  64.  
  65.  
  66. Explorer:
  67. ---------
  68.  
  69. Deleting a module element in the explorer could crash OEW.
  70.